home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / mactool / netsnoop.sit / Net Snooper Stack 2.0d6 / background_66246.xml < prev    next >
Encoding:
Extensible Markup Language  |  1991-04-19  |  904 b   |  13 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>66246</id>
  5.     <filler1>0</filler1>
  6.     <cantDelete> <false /> </cantDelete>
  7.     <showPict> <true /> </showPict>
  8.     <dontSearch> <false /> </dontSearch>
  9.     <link rel="stylesheet" type="text/css" href="stylesheet_9613.css" />
  10.     <name></name>
  11.     <script>on MouseEnter
  12. get the short name of the target
  13. if word 1 of it is "card" then exit mouseEnter
  14. set the visible of cd fld it to true
  15. end MouseEnter
  16.  
  17. on MouseLeave
  18. get the long name of the target
  19. if word 7 of it is not 66469 then exit mouseLeave
  20. if word 2 of it is "field" then exit mouseLeave
  21. if the last word of the id of this card is 66469 then
  22. get the short name of the target
  23. set the visible of cd fld it to false
  24. end if
  25. end MouseLeave
  26.  
  27. on openCard
  28. minMenus
  29. end openCard
  30.  
  31. on closeCard
  32. maxMenus
  33. end closeCard
  34. </script>
  35. </background>
  36.